home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / subsystems.ctl < prev    next >
Text File  |  2000-05-12  |  679b  |  26 lines

  1. -- RCSVER $Id: subsystems.ctl,v 1.3 1999-09-20 14:30:39-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        subsystems.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the subsystems table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE subsystems
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     id,
  18.     descr,
  19.     useCharPW
  20. )
  21. begindata
  22. 1|Central Host Computer|1|
  23. 2|Moneyroom Computer|0|
  24. 3|Garage Revenue Station|0|
  25. 4|Farebox|0|
  26.